Autogenerated HTML docs for v1.7.5.1-249-gdbe9c
diff --git a/git-checkout.html b/git-checkout.html index 9620150..1cb4910 100644 --- a/git-checkout.html +++ b/git-checkout.html
@@ -419,7 +419,7 @@ <em>git checkout</em> [-q] [-f] [-m] [--detach] [<commit>] <em>git checkout</em> [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>] <em>git checkout</em> [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>… -<em>git checkout</em> --patch [<tree-ish>] [--] [<paths>…]</div> +<em>git checkout</em> [-p|--patch] [<tree-ish>] [--] [<paths>…]</div> <div class="verseblock-attribution"> </div></div> </div> @@ -460,7 +460,7 @@ successful.</p></div> </dd> <dt class="hdlist1"> -<em>git checkout</em> [--patch] [<tree-ish>] [--] <pathspec>… +<em>git checkout</em> [-p|--patch] [<tree-ish>] [--] <pathspec>… </dt> <dd> <p> @@ -672,7 +672,8 @@ working tree (and if a <tree-ish> was specified, the index). </p> <div class="paragraph"><p>This means that you can use <tt>git checkout -p</tt> to selectively discard -edits from your current working tree.</p></div> +edits from your current working tree. See the “Interactive Mode” +section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <tt>--patch</tt> mode.</p></div> </dd> <dt class="hdlist1"> <branch> @@ -958,7 +959,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2011-03-15 23:30:13 UTC +Last updated 2011-05-11 20:08:54 UTC </div> </div> </body>